projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6c55c
)
; Update Lisp_Hash_Table hash for CHECK_STRUCTS
author
Basil L. Contovounesios
<basil@contovou.net>
Mon, 12 Feb 2024 11:07:37 +0000
(12:07 +0100)
committer
Basil L. Contovounesios
<basil@contovou.net>
Mon, 12 Feb 2024 11:07:37 +0000
(12:07 +0100)
This follows commit
05e3183ede
of 2024-02-06
"Rearrange and pack hash table fields to reduce space".
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index b8006b035eaebe1a2ce7c44fc21c58b2e9c2f6b5..5c488d8e90fdb1f502adf8301771a8a0b5d197a9 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2719,7
+2719,7
@@
dump_hash_table_contents (struct dump_context *ctx, struct Lisp_Hash_Table *h)
static dump_off
dump_hash_table (struct dump_context *ctx, Lisp_Object object)
{
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_
313A489F0A
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_
0360833954
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);